.green{
	background-color:green;
}

#mydiv {

	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 7px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100001;
}
.ajax-loader {
	background-image: url("../../training/img/ajax-loader.gif");
	background-repeat: no-repeat;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 70px;
	left: 0;
	margin: auto;
	padding: 0 0 0 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 260px;
}

.lobibox {
    z-index: 99999999 !important;
}